home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / misc / aqua / objects / aqobjtemplate.aqotempl next >
Text File  |  1995-05-17  |  2KB  |  63 lines

  1. AQUARIUM-AQOBJ-DATA
  2. #This Must Be The First Line : Indicates That This Is A AqObj Data File 
  3. #
  4. # # Indicates The Beginning Of A Comment Which Stops At The End Of The Line
  5. # Data May Be Separed By Empty Lines ( \n : Newlines )
  6. #
  7. # Aquarium Object Data File Template- By Giuseppe Chiesa Apr 1995
  8. #
  9. # N - Positive Or Zero Integer
  10. # D - Double
  11. # Z - Integer
  12. # S - String
  13. # F - Flag 1 Or 0
  14. #
  15. InfoTextFile        # Filename With Some Text About This Kind Of Object
  16.  
  17. InfoPicFile        # 16 Colors IFF File Showing This Object
  18.  
  19. aqobj.3do        # 3d Object File - May Be ___ Which Means No Gfx For This
  20.             #  Object
  21.  
  22. N            # Kind See End Of File For Kind Numbers
  23.  
  24. F,F            # Object Switchable And Switch State ( Unused If
  25.             #  Object Can't Be Switched On And Off, This Means
  26.             #  That Object Is Always Chemically Active
  27. N            # Age Of This Object In Iterations ( Not In Years As
  28.             #  In Fish Age )
  29. N            # Max Age : Max Number Of Iterations
  30. F            # Autoremove : If 1 Means Object Is Removed When maxage
  31.             #  Is Reached
  32. N            # Dirty : How Dirty Is This Object ( Modifies Efficiency )
  33.  
  34. D            # Max Production Of An Element
  35.             # (CO2 or O2 Producers / Thermostat / Food )
  36. D,D            # Prod And Cons Of CO2
  37. D,D            # Of O2
  38. D,D            # Of NH3
  39. D,D            # Of NH4+
  40. D,D            # Of CACO3 Used For Calculate DH
  41. D,D            # Alteration In PH
  42. D            # Modification In Temperature Per Iteration
  43. D            # Expected Temperature (for Thermostat)
  44.  
  45. #
  46. # Object Kind Definition :
  47. #
  48. #    101        Furnishings
  49. #    102        Vegetal
  50. #    103        Chemical Element
  51. #    104        Food
  52. #
  53. #    201        O2 Inalator
  54. #    202        CO2 Inalator
  55. #    203        Filter
  56. #    204        Thermostat
  57. #
  58. #    301        Fish-Tank
  59. #
  60. #
  61. #    Remember That A Fish-Tank Is Always Present When An Aquarium Is Created
  62. #
  63.